The sidebar item style is already unified. The sidebar background-color
should be unified as well.
See https://gitlab.gnome.org/GNOME/gtk/-/issues/3382
window.assistant {
.sidebar {
padding: $menu-margin;
- background-color: $base_color;
border-top: 1px solid $borders_color;
}
* Sidebar *
***********/
.sidebar {
- border-style: none;
background-color: mix($bg_color, $base_color, 50%);
&:not(separator) {
}
}
+ listview.view,
list { background-color: transparent; }
paned & { &.left, &.right, &.left:dir(rtl), &:dir(rtl), &:dir(ltr), & { border-style: none; }}